
body{
    background:#f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
}


table{
    background:white;
    border:none;
    border-radius:20px;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
}


h1{
    font-size:35px;
}


input[type="email"],
input[type="password"]{
    width:85%;
    padding:12px;
    border-radius:25px;
    border:1px solid #ccc;
    outline:none;
}


input[type="submit"]{
    width:90%;
    padding:12px;
    background:black;
    color:white;
    border:none;
    border-radius:25px;}

}




a{
    text-decoration:none;
    color:green;
}


img{
    border-radius:15px;
}
